home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_09 / 1009054a < prev    next >
Encoding:
Text File  |  1995-11-01  |  66 b   |  7 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.    printf("\nHello from power C");
  6. }
  7.